@charset "utf-8";
/*@charset "utf-8";*/

/* CSS Reset 			----------------------------------------*/
body{font-size:14px;font-family: "微软雅黑";}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin:0;}
table{border-collapse:collapse;border-spacing:0}
fieldset{border:0}
img{ border: 0; }
address,caption,cite,code,dfn,em,th,var{font-weight:normal;font-style:normal}
strong, b{ font-weight: bold; }
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5{ padding: 0; margin: 0; }
h1,h2 { font-family: 微软雅黑, 华文细黑, 黑体, Arial; }
h1{ font-size: 24px;}
h2{ font-size: 18px; }
h3{ font-size: 14px;}
h4{font-size: 12px;}
h5{font-size: 12px;}
em{font-style:normal;}
q:before,q:after{content:''}
abbr,acronym{border:0}
hr { margin: 0; padding: 0; border: 0; color: #CDCDCD; background-color: #CCC; height: 1px; }
blockquote{color:#666;font-style: normal;}
sup,sub{line-height:0}
abbr,acronym{border-bottom:1px dotted #666}
pre{white-space:pre;}
pre,code,tt{font:12px 'andale mono', 'lucida console', monospace;line-height:1.5}
input,textarea,select{
    font-size:12px;
    font-size:100%;    
    font-family:arial;
    font-family:inherit;
    border-radius: 0px;
    outline: none;
}
select{
	font-size:12px;
    font-size:100%;    
    font-family:arial;
    font-family:inherit;
    padding:0px;
    margin:0px;
    border-radius: 0px;
    outline: none;
    /*text-indent:5px;*/
    border-style:solid;
    border-color:#cbcbcb;
    box-sizing:content-box;
}
input{border:1px solid #b7b8b8;outline:none;}
input:focus{outline:none;}
.clear{font-size:0;line-height:0;clear:both;width:10px;}
a{text-decoration: none;color:#333;}
